func runtime.casgstatus
41 uses
runtime (current package)
coro.go#L158: casgstatus(gp, _Grunning, _Gwaiting)
coro.go#L226: casgstatus(gnext, _Gwaiting, _Grunnable)
coro.go#L227: casgstatus(gnext, _Grunnable, _Grunning)
debugcall.go#L242: casgstatus(gp, _Grunning, _Grunnable)
debugcall.go#L252: casgstatus(callingG, _Gwaiting, _Grunnable)
heapdump.go#L713: casgstatus(gp.m.curg, _Gwaiting, _Grunning)
mgc.go#L1063: casgstatus(curgp, _Gwaiting, _Grunning)
mgc.go#L1511: casgstatus(gp, _Gwaiting, _Grunning)
mgcmark.go#L243: casgstatus(userG, _Gwaiting, _Grunning)
mgcmark.go#L655: casgstatus(gp, _Gwaiting, _Grunning)
mgcpacer.go#L811: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L1034: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L1175: func casgstatus(gp *g, oldval, newval uint32) {
proc.go#L1282: casgstatus(gp, old, _Gwaiting)
proc.go#L1653: casgstatus(getg().m.curg, _Gwaiting, _Grunning)
proc.go#L2030: casgstatus(gp, _Gwaiting, _Grunning)
proc.go#L2362: casgstatus(mp.curg, _Gdead, _Gsyscall)
proc.go#L2421: casgstatus(gp, _Gidle, _Gdead)
proc.go#L2496: casgstatus(mp.curg, _Gsyscall, _Gdead)
proc.go#L3241: casgstatus(gp, _Grunnable, _Grunning)
proc.go#L3296: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3364: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3412: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3429: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3559: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3623: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3904: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L4100: casgstatus(gp, _Grunning, _Gwaiting)
proc.go#L4113: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L4141: casgstatus(gp, _Grunning, _Grunnable)
proc.go#L4262: casgstatus(gp, _Grunning, _Grunnable)
proc.go#L4294: casgstatus(gp, _Grunning, _Gdead)
proc.go#L4429: casgstatus(gp, _Grunning, _Gsyscall)
proc.go#L4585: casgstatus(gp, _Grunning, _Gsyscall)
proc.go#L4679: casgstatus(gp, _Gsyscall, _Grunning)
proc.go#L4804: casgstatus(gp, _Gsyscall, _Grunnable)
proc.go#L5021: casgstatus(newg, _Gidle, _Gdead)
proc.go#L5085: casgstatus(newg, _Gdead, status)
stack.go#L1122: casgstatus(gp, _Grunning, _Gcopystack)
stack.go#L1130: casgstatus(gp, _Gcopystack, _Grunning)
trace.go#L401: casgstatus(me, _Gwaiting, _Grunning)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |